Class EIGRPPacketImpl

All Implemented Interfaces:
IPCData, EIGRPPacket, Pdu, Signal
Direct Known Subclasses:
EIGRPv6PacketImpl

public class EIGRPPacketImpl extends PduImpl implements EIGRPPacket
  • Field Details

    • version

      protected Byte version
    • operationCode

      protected Byte operationCode
    • checkSum

      protected Short checkSum
    • flag

      protected int flag
    • sequenceNumber

      protected int sequenceNumber
    • ackNumber

      protected int ackNumber
    • asNumber

      protected int asNumber
    • listTlv

      protected List<EIGRPTlv> listTlv
  • Constructor Details

    • EIGRPPacketImpl

      public EIGRPPacketImpl()
  • Method Details